home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineButton2_864 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  313 b   |  17 lines

  1. on(release){
  2.    set("/Variables:TransMail","");
  3.    TexteMail = "";
  4.    if(getProperty("../", _currentframe) == 3)
  5.    {
  6.       gotoAndStop(2);
  7.    }
  8.    else
  9.    {
  10.       tellTarget("../InvSelection")
  11.       {
  12.          gotoAndStop(eval("/Variables:ObjetSelect") + 1);
  13.       }
  14.       gotoAndStop(1);
  15.    }
  16. }
  17.